X축에 표시되는 항목을 정의합니다
date | Date | 포맷팅이 필요한 날짜 |
Available only in PRO Edition
scheduler.templates.timeline_scale_date = function(date){
var timeline = scheduler.matrix.timeline;
var func = scheduler.date.date_to_str(timeline.x_date||scheduler.config.hour_date);
return func(date);
}
이 템플릿은 timeline 플러그인이 활성화되어 있어야 합니다.